-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repro: Add --allow-missing
#9437
Conversation
def _pull_missing_deps(stage): | ||
for dep in stage.deps: | ||
if not dep.exists: | ||
stage.repo.pull(dep.def_path) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@skshetry I couldn't find a way to do this without using the high level API
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #9437 +/- ##
==========================================
- Coverage 91.60% 91.60% -0.01%
==========================================
Files 489 489
Lines 38178 38201 +23
Branches 5472 5477 +5
==========================================
+ Hits 34974 34994 +20
Misses 2640 2640
- Partials 564 567 +3
☔ View full report in Codecov by Sentry. |
Looks great! This one covers a lot of use cases in #5369. Run |
f2398da
to
a1a49cc
Compare
a1a49cc
to
12a856b
Compare
@daavoo Could you coordinate with @dacbd to figure out which flags we should be using when running cloud experiments? It seems like we should drop the |
Point 2 in #9375 (comment)
12a856b
to
3070f7d
Compare
Point 2 in #9375 (comment)
Requires #9434